home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
BUSINESS
/
AMTAX92.ARJ
/
README.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-11-18
|
217b
|
15 lines
echo off
cls
if p%1 == pP goto print
if p%1 == pp goto print
type readme.1
pause
goto end
:print
echo on
rem Ready to print README file. Turn on your printer...
pause
copy readme.1 prn
echo on
:end